home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1432.dms / var1432.adf / NDUK-V40.lha / V40 / devtools / DOCS / stripa.doc < prev    next >
Text File  |  1993-05-13  |  823b  |  27 lines

  1. STRIPA
  2.  
  3. Format:         StripA [FROM] <sourcefile> [TO] <destinationfile>
  4.  
  5. Template:    StripA "FROM,TO/A"
  6.  
  7. Purpose:     To remove debug and symbol hunks from binary load files.
  8.  
  9. Specification:
  10.  
  11. The StripA program is a utility which removes all HUNK_SYMBOLS and
  12. HUNK_DEBUG hunks from Amiga binary load files.  These hunks, while useful
  13. for debugging, are not loaded by the loader.  Stripping them from a program
  14. can often reduce the size of a program file considerably.
  15.  
  16. <sourcefile> specifies the name of the binary load file to be stripped.
  17. <destinationfile> specifies the name StripA is to give to the stripped
  18. version of the file.
  19.  
  20. Example:
  21.  
  22. 1> StripA FROM myprog.nostrip TO myprog
  23.  
  24. strips the HUNK_SYMBOL and HUNK-DEBUG hunks from the binary load file
  25. myprog.nostrip.  The stripped version of the file is called myprog.
  26.  
  27.